Register(Type, Type)

Method

Namespace: Ignis

Declared in: Ignis.IContainer<TState>


Register an interface implementation in this container.

Syntax

public IContainer<TState> Register(
	Type @interface,
	Type impl
)

Back to index